CyberStore Return Web Service
MethodPostReturn
CyberStore Return Web Service > All Operations Resource Group : PostReturn (Method)
Description
Posts the pending return as an RMA.
Request (PostReturnSoapIn)

The request body is of type PostReturn.

Request Body Parameters

NameDescriptionData Type
 xml:string
200 Response (PostReturnSoapOut)

The response body is of type PostReturnResponse.

Response Body Parameters

NameDescriptionData Type

A string value containing a JSON object.

{
    "Data": {
        "RMANumber": "000000000001248"
    },
    "LookupData": {},
    "Result": {
        "Success": true,
        "Message": "",
        "ElapsedTime": "2217 ms"
    }
}

 

xml:string
See Also
All Operations Resource GroupCyberStore Return Web Service